DeployLX Software Protection System

HTML Branded Limit

The HTML Branded Limit injects HTML into the ASP.NET response when the protected software is used.

How is the HTML Branded Limit Enforced?

When the license is validated DeployLX will inject HTML into the response stream of every ASP.NET request that uses the protected software.

If the current thread is not an ASP.NET request then the limit does nothing.

HTML Templates

The HTML Branded Limit formats the template using pre-defined variables when injecting the HTML into the response.

Example

<div style="background: {WebPanelColor}; padding: 5px 10px; color: {WebTextColor}">
  This is the evaluation version. Visit <a href="http://xheo.com">the store</a> to purchase a license.
</div>